UNIX system file

英 ['juːnɪks ˈsɪstəm faɪl] 美 ['junɪks ˈsɪstəm faɪl]

【计】UNIX系统文件

计算机



双语例句

  1. Typically, every significant piece of software found on a UNIX machine including each command-line utility, each system call, each callable function of a programming library, and each file format includes a complementary man page.
    通常情况下,UNIX系统上的所有软件(包括每个命令行实用程序、每个系统调用、编程库中每个可调用的函数和每种文件格式)都包含一个手册页。
  2. While the software that ships with your UNIX operating system has a proper place in the file system stored in/ bin or/ lib, say locally added software might be found in any number of locations.
    您的UNIX操作系统附带的软件位于文件系统中适当的位置(可能存储在/bin或者/lib中的),而本地添加的软件则可能位于许多不同的位置。
  3. Sun Microsystems introduced the Network File System ( NFS) in1984, which let UNIX computers mount file systems over the network.
    SunMicrosystems于1984年引入了NetworkFileSystem(NFS),NFS允许UNIX计算机通过网络装载文件系统。
  4. As mentioned earlier, when you create a file system in UNIX, about 1 percent of the total disk space is allocated to the inode table.
    如前所述,当您在UNIX中创建一个文件系统时,将为inode表分配大约百分之一的总磁盘空间。
  5. Although NFS is the most popular network file system on UNIX and Linux systems, it's certainly not the only choice.
    虽然NFS是在UNIX和Linux系统中最流行的网络文件系统,但它当然不是唯一的选择。
  6. Client processes communicate with the pseudo daemon through a UNIX-domain socket ( that's a socket in the file system) rather than using TCP or UDP.
    客户机进程通过UNIX域套接字(即文件系统中的套接字)与pseudo守护进程进行通信,而不是使用TCP或UDP进行通信。
  7. The server is said to either export the file system ( in UNIX terms) or to share the disk or directory ( in Windows terms).
    服务器用于导出文件系统(UNIX术语),或者共享磁盘和目录(Windows术语)。
  8. ( Some UNIX variants create a dynamic/ dev file system, so it may be a separate file system but not a separate volume.)
    (一些UNIX变体创建动态的/dev文件系统,所以它可以是单独的文件系统,但不能是单独的卷)。
  9. Again, in terms that the BSD UNIX world used to view things, static and journal file systems relate to the way in which the UNIX File System ( UFS) organizes and secures files.
    同样,用BSDUNIX时代用来看问题的术语来说,静态和日志文件系统与UNIXFileSystem(UFS)组织文件并确保其安全的方式有关。
  10. Log in to your favorite UNIX-like operating system and open vi with a new file ( see Figure 1).
    登录到您最喜欢的类UNIX操作系统,然后使用vi打开一个新的文件(请参见图1)。
  11. If you transfer a text file in binary mode from a UNIX system to an MS-DOS or Macintosh system, this file should have been copied in ASCII mode.
    如果你把一个文本文件以二进制模式从一个UNIX系统传送给一个MS-DOS或Macintosh系统,此文件拷贝成ASCII模式。
  12. File system is the core of the UNIX system. This paper gave a UNIX file security detect scheme based on distributed network.
    文件系统是UNIX系统的核心,针对UNIX文件系统提出了一套基于分布式网络的UNIX文件安全检测方案。
  13. This paper introduces a method of building net connection between the system of UNIX multiusers and Novell net server in order to realize data backup between UNIX system host and Novell net server by using Net File System ( NFS).
    文中介绍在UNIX多用户系统与Novell网络服务器建立网络互连情况下,应用网络文件系统NFS使UNIX系统主机与Novell网络服务器之间实现数据的互备份。
  14. Process File System of Unix and Its Application in Debugger's Design
    Unix进程文件系统及其在调试器设计中的应用
  15. This paper introduces the theory of NFS ( Network File System) and the method of configuring NFS in SCO UNIX, and gives a sample of the remote archive of Informix-Online data-base based on NFS.
    介绍了NFS(网络文件系统)的原理和在Scounix中配置NFS的方法,并给出了一个利用NFS对Informix-Online数据库进行异地备份的实例。
  16. Finally, the disk structure of MINIX ( a teaching version of UNIX system) file system is introduced.
    最后,本文还介绍了一个UNIX的教学版本MINIX的文件系统的磁盘结构,以供参考。
  17. This paper introduces the logical volume management technology in UNIX-AIX of IBM, and the advantage over the file system management technology in UNIX.
    本文介绍了IBM的UNIX&AIX中的逻辑卷管理技术以及与传统UNIX的文件系统管理技术相比的优势。
  18. The UNIX-based series file system
    基于UNIX的串联文件系统
  19. Design and Implementation of a Real-Time File System in Unix
    Unix实时文件系统的设计